home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
eroticos
/
feeltheflash.swf
/
scripts
/
frame_1
/
PlaceObject2_410_242
/
CLIPACTIONRECORD onClipEvent(mouseMove).as
< prev
Wrap
Text File
|
2005-08-12
|
388b
|
22 lines
onClipEvent(mouseMove){
if(_root.sv_menuHide == 1)
{
if(this.hitTest(_root._xmouse,_root._ymouse,false))
{
this._visible = true;
}
else
{
this._visible = false;
}
}
if(this.hitTest(_root._xmouse,_root._ymouse,false))
{
this.menuStackUp();
}
else
{
this.menuStackDown();
}
}